home *** CD-ROM | disk | FTP | other *** search
- /*
- File: TestRandom.h
-
- Contains: Declaration for TTestRandom class
-
- Copyright: © 1991-1993 by Apple Computer, Inc., all rights reserved.
-
- */
-
- #ifndef __TESTRANDOM__
- #define __TESTRANDOM__
-
- #ifndef __TESTCLASS__
- #include "TestClass.h"
- #endif
- #ifndef __LIBRARYMANAGERCLASSES__
- #include <LibraryManagerClasses.h>
- #endif
-
- #define kTTestRandomID kTestToolPrefix "TTestRandom,1.2"
-
- class TTestRandom : public TTestTool
- {
- BodyTest(Random, FastRandom);
- };
-
- #endif
-
-
-